Search
DashStyle Constructor (Single[], Single)
See Also
 






Initializes a new DashStyle instance.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public DashStyle (
    float[] dashArray,
    float dashPhase
)

 Parameters

dashArray

A float array containing dash lengths.

dashPhase

A float value specifying the start offset.

 See Also